home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Back to Campus
/
Back to Campus - Computer Life (Ziff-Davis)(1995).ISO
/
waol25
/
setup.exe
/
AOLNET.CCL
Wrap
Text File
|
1995-05-31
|
16KB
|
449 lines
!----------------------------------------------------------------------
! AOLNET.CCL
!----------------------------------------------------------------------
Title "AOLnet"
ID 4
DriverType 1
-Label 0 { Label 0 }
IfConnects 2 1
Revision 1 { Set the Revision Level }
DsplyMsg Step 1: Initializing modem ...
CanBtn 41 { If cancel button - just exit }
SetTries 0 { Initialize Tries to 0 }
ChrDelay 2 { Initialize Character Delay }
SerReset ~BAUD 0 8 1 { Set the Baud Rate }
HSReset 0 0 17 19 { Reset }
DsplyPic 1 { Display Picture 1 }
MdmSetup { Send out user's premodem init string }
MatchStr 1 2 ~CMDOK { Look for "OK" }
MatchStr 2 49 ~CMDERR { Look for "ERROR" }
wait 400
Jump 2
-Label 1 { Label 0 }
Revision 1 { Set the Revision Level }
DsplyMsg ~ERCD, trying second number
wait 500 { Display first try error message }
DsplyMsg Step 1: Initializing modem ...
CanBtn 41 { If cancel button - just exit }
SetTries 0 { Initialize Tries to 0 }
ChrDelay 2 { Initialize Character Delay }
SerReset ~BAUD 0 8 1 { Set the Baud Rate }
HSReset 0 0 17 19 { Reset }
DsplyPic 1 { Display Picture 1 }
MdmSetup { Send out user's premodem init string }
MatchStr 1 2 ~CMDOK { Look for "OK" }
MatchStr 2 49 ~CMDERR { Look for "ERROR" }
wait 400
-Label 2 { Label 1 }
Flush { Clear the Inbound/Outbound Buffers }
MatchStr 1 3 ~CMDESC { Look for "+++" }
MatchStr 2 3 ~CMDOK { Look for "OK" }
MdmEsc { Get the modems attention }
Wait 200 { Pause for 2 seconds, minimum gap required }
{ The Wait will then look at the MatchStr(s) }
-Label 3 { Label 2 }
MatchStr 1 4 ~CMDOK { Look for "OK" }
MatchStr 2 53 ~CMDERR { Look for "ERROR" }
MdmDisc { Disconnect }
{ Jump to label #3 if we see 'OK' go by }
Wait 200 { wait for 'OK' from modem }
Jump 53 { Exit stage left...time out error on modem }
-Label 4 { Label 3 }
DsplyMsg Step 2: Dialing ~PRFX~CLWT~FONE ...
MatchStr 1 53 ~CMDERR { ALWAYS look for "ERROR" }
MatchStr 2 57 ~NCTIMEOUT { ALWAYS look for "TIMEOUT" }
MatchStr 3 25 CARRIER { Look for "CARRIER" }
MatchStr 4 5 CONNECT 300 { Look for "CONNECT 300" }
MatchStr 5 6 CONNECT 1200 { Look for "CONNECT 1200" }
MatchStr 6 7 CONNECT 2400 { Look for "CONNECT 2400" }
MatchStr 7 8 CONNECT 4800 { Look for "CONNECT 4800" }
MatchStr 8 9 CONNECT 7200 { Look for "CONNECT 7200" }
MatchStr 9 10 CONNECT 9600 { Look for "CONNECT 9600" }
MatchStr 10 11 CONNECT 12000 { Look for "CONNECT 12000" }
MatchStr 11 12 CONNECT 14400 { Look for "CONNECT 14400" }
MatchStr 12 13 CONNECT 16800 { Look for "CONNECT 16800" }
MatchStr 13 14 CONNECT 19200 { Look for "CONNECT 19200" }
MatchStr 14 15 CONNECT 21600 { Look for "CONNECT 21600" }
MatchStr 15 16 CONNECT 24000 { Look for "CONNECT 24000" }
MatchStr 16 17 CONNECT 26400 { Look for "CONNECT 26400" }
MatchStr 17 18 CONNECT 28800 { Look for "CONNECT 28800" }
MatchStr 18 19 CONNECT 38400 { Look for "CONNECT 38400" }
MatchStr 19 20 CONNECT 57600 { Look for "CONNECT 57600" }
MatchStr 20 58 ~NCDIALTONE { Look for "NO DIALTONE" }
MatchStr 21 51 ~NCANSWER { Look for "NO ANSWER" }
MatchStr 22 54 ~NCVOICE { Look for "VOICE" }
MatchStr 23 50 ~NCBUSY { Look for "BUSY" }
MatchStr 24 55 ~NCCARRIER { ALWAYS look for "NO CARRIER" }
SetTries 0 { Initialize Tries to 0 }
CanBtn 40 { If cancel button hit, Jump to Label 40 }
MdmDial ~TONE ~PRFX~CLWT~FONE { Dial the Number }
{ Don't forget that the Wait searches the }
{ MatchStr(s) just defined above. }
Wait 4800 { Wait for CONNECT msg from modem }
Jump 52 { Else hang up phone & exit }
-Label 5 { Label 5 }
DsplyPic 2 { Display Picture 2 }
DsplyMsg Step 3: Connecting at 300 bps ...
BaudSet 300
Jump 26
-Label 6 { Label 6 }
DsplyPic 2 { Display Picture 2 }
DsplyMsg Step 3: Connecting at 1200 bps ...
BaudSet 1200
Jump 26
-Label 7 { Label 7 }
DsplyPic 2 { Display Picture 2 }
DsplyMsg Step 3: Connecting at 2400 bps ...
BaudSet 2400
Jump 26
-Label 8 { Label 8 }
DsplyPic 2 { Display Picture 2 }
DsplyMsg Step 3: Connecting at 4800 bps ...
BaudSet 4800
Jump 26
-Label 9 { Label 9 }
DsplyPic 2 { Display Picture 2 }
DsplyMsg Step 3: Connecting at 7200 bps ...
BaudSet 7200
Jump 26
-Label 10 { Label 10 }
DsplyPic 2 { Display Picture 2 }
DsplyMsg Step 3: Connecting at 9600 bps ...
BaudSet 9600
Jump 26
-Label 11 { Label 11 }
DsplyPic 2 { Display Picture 2 }
DsplyMsg Step 3: Connecting at 12000 bps ...
BaudSet 12000
Jump 26
-Label 12 { Label 12 }
DsplyPic 2 { Display Picture 2 }
DsplyMsg Step 3: Connecting at 14400 bps ...
BaudSet 14400
Jump 26
-Label 13 { Label 13 }
DsplyPic 2 { Display Picture 2 }
DsplyMsg Step 3: Connecting at 16800 bps ...
BaudSet 16800
Jump 26
-Label 14 { Label 14 }
DsplyPic 2 { Display Picture 2 }
DsplyMsg Step 3: Connecting at 19200 bps ...
BaudSet 19200
Jump 26
-Label 15 { Label 15 }
DsplyPic 2 { Display Picture 2 }
DsplyMsg Step 3: Connecting at 21600 bps ...
BaudSet 21600
Jump 26
-Label 16 { Label 16 }
DsplyPic 2 { Display Picture 2 }
DsplyMsg Step 3: Connecting at 24000 bps ...
BaudSet 24000
Jump 26
-Label 17 { Label 17 }
DsplyPic 2 { Display Picture 2 }
DsplyMsg Step 3: Connecting at 26400 bps ...
BaudSet 26400
Jump 26
-Label 18 { Label 18 }
DsplyPic 2 { Display Picture 2 }
DsplyMsg Step 3: Connecting at 28800 bps ...
BaudSet 28800
Jump 26
-Label 19 { Label 19 }
DsplyPic 2 { Display Picture 2 }
DsplyMsg Step 3: Connecting at 38400 bps ...
BaudSet 28800
Jump 26
-Label 20 { Label 20 }
DsplyPic 2 { Display Picture 2 }
DsplyMsg Step 3: Connecting at 57600 bps ...
BaudSet 28800
Jump 26
-Label 25 { Label 25 }
DsplyPic 2 { Display Picture 2 }
DsplyMsg Step 3: Connecting at ~BAUD bps ...
-Label 26 { Label 26 }
MatchStr 3 56 ~NCCARRIER { ALWAYS look for "NO CARRIER" }
MatchStr 4 27 UQKT1
MatchStr 5 33 UQKT2
MatchStr 6 27 ANSNET@@LOGIN
MatchStr 7 30 UU.NET@@LOGIN
MatchStr 8 30 SATURN.BBN@@LOGIN
MatchStr 9 33 SPRINT-IP@@USERNAME
Wait 4800 { Wait for MatchStr to find Hit }
Jump 52 { Jump Out }
-Label 27 { Label 27 }
DsplyMsg Step 4: Requesting network attention ...
Xmit aol\13 { Send out AOL<CR> }
DsplyMsg Step 5: Talking to network ...
Jump 35
-Label 30 { Label 30 }
DsplyMsg Step 4: Requesting network attention ...